ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlEnum<T> Class / RdlEnum<T> Constructor / RdlEnum<T> Constructor(String)
A string used to initialize the new instance.

If this string starts with an equal sign ('=') it is interpreted as an exprssion.

Otherwise, this string is converted to the T type.


In This Topic
    RdlEnum<T> Constructor(String)
    In This Topic
    Initializes a new instance of the RdlEnum<T> class with an expression or a constant.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal s As System.String _
    )
    public RdlEnum<T>( 
       System.string s
    )

    Parameters

    s
    A string used to initialize the new instance.

    If this string starts with an equal sign ('=') it is interpreted as an exprssion.

    Otherwise, this string is converted to the T type.

    See Also